home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMDELAYBEFORESTART / TFORMDELAYBEFORESTART.txt
Text File  |  2005-01-25  |  1KB  |  73 lines

  1. object formDelayBeforeStart: TformDelayBeforeStart
  2.   Left = 791
  3.   Top = 356
  4.   BorderStyle = bsSingle
  5.   Caption = 'Waiting to start...'
  6.   ClientHeight = 184
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object img: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 300
  22.     Height = 83
  23.     Align = alTop
  24.     Stretch = True
  25.   end
  26.   object labelInformation: TLabel
  27.     Left = 8
  28.     Top = 104
  29.     Width = 289
  30.     Height = 41
  31.     AutoSize = False
  32.     Caption = 
  33.       'You have set Spybot-S&&D to wait a short time before starting th' +
  34.       'e check. Please wait or choose an action...'
  35.     WordWrap = True
  36.   end
  37.   object pgWait: TProgressBar
  38.     Left = 0
  39.     Top = 83
  40.     Width = 300
  41.     Height = 16
  42.     Align = alTop
  43.     Max = 600
  44.     Step = 1
  45.     TabOrder = 1
  46.   end
  47.   object buttonAbort: TBitBtn
  48.     Left = 40
  49.     Top = 152
  50.     Width = 102
  51.     Height = 25
  52.     Caption = '&Abort'
  53.     TabOrder = 2
  54.     Kind = bkCancel
  55.   end
  56.   object buttonOK: TBitBtn
  57.     Left = 158
  58.     Top = 152
  59.     Width = 107
  60.     Height = 25
  61.     Caption = '&Continue now'
  62.     TabOrder = 0
  63.     Kind = bkOK
  64.   end
  65.   object timerEndWait: TTimer
  66.     Enabled = False
  67.     Interval = 500
  68.     OnTimer = timerEndWaitTimer
  69.     Left = 8
  70.     Top = 144
  71.   end
  72. end
  73.